home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
T-Z
/
Weight Loss.sea
/
Weight Loss
/
background_4593.txt
< prev
next >
Wrap
Text File
|
1990-10-04
|
3KB
|
127 lines
-- background: 4593 from stack: in
-- bmap block id: 4825
-- flags: 0000
-- background id: 0
-- name: Diet Data
-- part 47 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=87 top=17 right=34 bottom=243
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Mask5
-- part 48 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=256 top=16 right=34 bottom=466
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Mask6
-- part 49 (field)
-- low flags: 00
-- high flags: 0001
-- rect: left=16 top=27 right=327 bottom=496
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Mask7
-- part 50 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=220 top=56 right=77 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Reset
----- HyperTalk script -----
on mouseUp
Hide Background Button "Reset"
show card button "calories"
show card button "preferred date"
show card button "preferred lbs/week"
show card button "calculate"
show card button "enter data"
show card button "Home"
hide card field "instructions"
hide card button "OK"
show card button "instructions"
answer "did you plot a graph last time?" with "YES" OR "NO"
if it is "yes" then show card button "view graph" else hide card button "view graph"
hide card button "plot it"
if card field "Date"is empty then hide card button "calculate"
else show card button "calculate"
show background button "mask5"
show background button "mask6"
show Card field "title"
show Card field "wt Now"
show Card field "y"
show Card field "twlp"
show Card field "f1"
show Card field "f5"
show Card field "f2"
show Card field "wtl"
show Card field "f3"
show Card field "weeks"
show Card field "f4"
show Card field "AWL"
show Card field "f6"
show Card field "wt loss"
show Card field "f7"
show Card field "wod"
show Card field "f8"
show Card field "mean loss"
show Card field "Target Date"
show background field "mask7"
hide Card field "message"
hide Card field "message2"
Hide card button "mask1"
Hide card button "mask2"
Hide card button "mask3"
Hide card button "Clear Data"
Hide card button "Store Data"
Hide card button "Retrieve data"
Hide card button "Exchange Data"
Hide card button "get equation"
hide card button "check errors"
Hide Card Field "Date"
Hide Card Field "weight"
Hide Card Field "Title1"
Hide Card Field "Title2"
end mouseUp